============================================================================== Simba Trino ODBC Data Connector Release Notes ============================================================================== The release notes provide details of enhancements, features, known issues, and workflow changes in Simba Trino ODBC Connector 2.3.2.1003, as well as the version history. 2.3.2.1003 =================================================================== Released 2025-04-21 Resolved Issues The following issues have been resolved in Simba Trino ODBC Connector 2.3.2.1003. * [PRESO-1668] The connector has been updated to use position() instead of locate() and ensure compatibility with Trino's substring function. * [PRESO-1672] Resolved issues with time and date function calls in Power BI. Known Issues The following are known issues that you may encounter due to limitations in the data source, the connector, or an application. * Implicit casting of CHAR(x) to larger CHAR(x) is not supported Beginning with version 0.152.1-t, Trino does not support implicit casting of CHAR(x) data to a CHAR(x) of a larger size. As a workaround, INSERT queries into columns of CHAR(x) type must contain an explicit cast into a CHAR(x) type of the size reported by the Trino Server. * [PRESO-681] Some year values not supported in TIME and TIMESTAMP The driver does not support year values less than -9999 or greater than 9999 in TIME and TIMESTAMP data types. Workflow Changes ============================================================= The following changes may disrupt established workflows for the connector. 2.3.1.1002 ------------------------------------------------------------------- * Removed support for an earlier version of the SLES operating system Beginning with this release, the connector no longer supports SLES 12.0 operating system. For a list of supported operating systems, see the Installation and Configuration Guide. 2.1.7 ------------------------------------------------------------------------ * Removed support for macOS universal bitness Beginning with this release, the connector no longer supports universal bitness for macOS. Support for macOS version 10.14 has been removed. For a list of supported macOS versions, see the Installation and Configuration Guide. 2.1.5 ------------------------------------------------------------------------ * Removed support for macOS 13 Beginning with this release, the connector no longer supports macOS 13. For a list of supported macOS versions, see the Installation and Configuration Guide. Version History ============================================================== 2.3.1.1002 ------------------------------------------------------------------- Released 2025-04-02 * [PRESO-1736] Skip impersonation(Kerberos) support The connector now supports skip impersonation(Kerberos). For more information, see the Installation and Configuration Guide. * [PRESO-1740] Updated platform support The connector now supports the following platform versions: - macOS 13 and 14 - SLES 15 For a list of supported versions, see the Installation and Configuration Guide. * [PRESO-1773] Updated third-party libraries The connector now uses the following third-party libraries: - Expat 2.6.4 (previously 2.6.2) - libcurl 8.10.1 (previously 8.9.1) - Rapidjson 20220112 (previously 1.1.0) 2.3.0.1001 ------------------------------------------------------------------- Released 2024-11-25 Resolved Issues The following issue has been resolved in Simba Trino ODBC Connector 2.3.0.1001. * [PRESO-1663] The EULA, which was missing in installer version 2.3.0.1000, is now included. 2.3.0.1000 ------------------------------------------------------------------- Released 2024-10-23 Enhancements & New Features * [PRESO-1416] Updated SEN SDK and Third-Party Libraries The SEN SDK has been updated to version 10.3.2.1010, and the following third-party libraries are upgraded: - Expat 2.6.2 (previously 2.6.0) - LibCurl 8.9.1 (previously 8.6.0) - OpenSSL 3.0.15 (previously 3.0.13) - icu 74.2 (previously 71.1) * [PRESO-1415] Updated platform support The driver now supports the following platform versions: - Windows server 2016, 2019 and 2022 - Red Hat Enterprise Linux (RHEL) 8 and 9 - macOS 10.15, 11, and 12 - Ubuntu Linux 20.04, 22.04 and 24.04 - Windows 10 and 11 2.2.3 ------------------------------------------------------------------------ Released 2024-01-31 Enhancements & New Features * [PRESO-1229] Updated OIDC authentication support The connector now supports OIDC authentication. For more information, see the Installation and Configuration Guide. 2.2.0 ------------------------------------------------------------------------ Released 2023-10-31 Enhancements & New Features * Updated FIPS support The connector now supports the FIPS (Federal Information Processing Standards) module to ensure the security, quality, and processing compatibility of various services. For more information, see the Installation and Configuration Guide. * Updated MIT Kerberos support The connector now uses MIT Kerberos version 4.1. Previously, the connector used MIT Kerberos version 4.0.1. * Updated third-party libraries The connector now uses the following third-party libraries: - libcurl 8.4.0 (previously 8.1.2) - OpenSSL 3.0.11 (previously 3.0.9) 2.1.15 ----------------------------------------------------------------------- Released 2023-11-24 Enhancements & New Features * Support for Assume Literal Underscore In Metadata Calls property The connector can now match underscore as a literal in metadata queries. To do this, select the Assume Literal Underscore In Metadata Calls checkbox (set the AssumeLiteralUnderscoreInMetadataCalls property to 1). For more information, see the Installation and Configuration Guide. 2.1.13 ----------------------------------------------------------------------- Released 2023-10-26 Enhancements & New Features * Updated third-party libraries The connector now uses the following third-party libraries: - LibCurl 8.4.0 (previously 8.1.2) - OpenSSL 3.0.11 (previously 3.0.9) Resolved Issues The following issue has been resolved in Simba Trino ODBC Connector 2.1.13. * When queries ending with a semi colon are run, the connector returns an error. 2.1.11 ----------------------------------------------------------------------- Released 2023-10-04 Resolved Issues The following issue has been resolved in Simba Trino ODBC Connector 2.1.11. * [PRESO-1170] When the HTTP headers are in lowercase, the connector fails to run the queries. 2.1.10 ----------------------------------------------------------------------- Released 2023-09-15 Enhancements & New Features * Remove TypeName Parameters support The connector now removes length, precision,or scale parameters from the SQLColumns() typename. To do this, select the Remove Type Name Parameters checkbox (set the RemoveTypeNameParameters property to 1). For more information, see the Installation and Configuration Guide. ==============================================================================